//==============================================================================
// Scourge Bowman_Anim.txt
//==============================================================================
//==============================================================================
define bow
{
   set hotspot
   {
      version
      {
         Visual undeadarcherbow
      }
   }
}

//==============================================================================
anim Bored
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
				Visual undeadarcher_idle
				connect lefthand bow hotspot
				}
			}
		}
	}
}


//==============================================================================
anim Idle
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
				Visual undeadarcher_idle
				connect lefthand bow hotspot
				}
			}
		}
	}
}

//==============================================================================
anim Walk
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
				Visual undeadarcher_walk
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag FootstepLeft 0.00 true   
               tag FootstepRight 0.50 true   
//-- end auto generated section
				connect lefthand bow hotspot
				}
			}
		}
	}
}

//==============================================================================
anim Rangedattack
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
				Visual undeadarcher_rangedattack
//-- auto generated by the bang animation tool
//-- do not hand edit these values
	    tag Attack 0.90 true 
            tag SpecificSoundSet 0.90 false Arrow checkVisible   
//-- end auto generated section
				connect lefthand bow hotspot
				}
			}
		}
	}
}

//==============================================================================
anim Death
{
	SetSelector
	{
		SetSelector
		{
			set hotspot
			{
				version
				{
				Visual undeadarcher_death
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag SpecificSoundSet 0.11 false MaleDeath checkVisible 
//-- end auto generated section
				connect lefthand bow hotspot
				}
			}
		}
	}
}